home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr36 / tgmplus.zip / TGMPLUS.BAS < prev    next >
BASIC Source File  |  1995-04-21  |  17KB  |  644 lines

  1. 10 CLS
  2. 20 PRINT "VORTEC@ '95"
  3. 30 SLEEP 2
  4. 40 CLS
  5. 50 PRINT "'Our games suck'"
  6. 60 SLEEP 2
  7. 70 CLS
  8. 80 PRINT "TGM+"
  9. 85 PRINT
  10. 87 PRINT "Programming by: Matt Stidle"
  11. 90 SLEEP 2
  12. 100 CLS
  13. 101 PRINT "   'The Text Game Maker+' is a replica of 'The Text Game Maker 2'"
  14. 102 PRINT "which I was almost finished with, when I was tinkering with some BSAVE,"
  15. 103 PRINT "BLOAD, OPEN, CLOSE commands in QBasic and happened to take the over"
  16. 104 PRINT "100,000 byte program to 2 bytes.  I was in a rage.  But, it's been ab-"
  17. 105 PRINT "3 minutes since then, and I'm determined to make a bigger, better game"
  18. 106 PRINT "maker!!!  It's been my dream for quite some time, and I will do it!  So"
  19. 107 PRINT "have a good time, or my goal is not achieved!!!"
  20. 108 PRINT
  21. 109 INPUT "Press <ENTER> when finsished reading!!!", go$
  22. 109.5 CLS
  23. 109.7 PRINT "Note: When presented with a yes or no question, answer Y or N."
  24. 109.8 PRINT
  25. 109.9 INPUT "Press <ENTER> when you are finished reading!", go5$
  26. 109.91 CLS
  27. 110 INPUT "Title?", title$
  28. 120 CLS
  29. 130 PRINT title$
  30. 140 PRINT
  31. 150 INPUT "Is this OK?", okay1$
  32. 160 IF okay1$ = "N" THEN GOTO 109.91
  33. 170 CLS
  34. INPUT "How many beeps after title(0-5)", beepsafter
  35. CLS
  36. 180 INPUT "Would you like to make instructions?", instructions$
  37. 190 IF instructions$ = "N" THEN 530
  38. 200 CLS
  39. 210 PRINT "OK, now to make instructions, you have 20 lines to type what the"
  40. 220 PRINT "game is, what it does, and what the idea of it is, as well as any-"
  41. 230 PRINT "thing else you would like."
  42. 240 PRINT
  43. 250 INPUT "Press <ENTER> when finished reading this!!!", go$
  44. 260 CLS
  45. 265 insructions1 = 1
  46. 270 INPUT ia$
  47. 280 INPUT ib$
  48. 290 INPUT ic$
  49. 300 INPUT id$
  50. 310 INPUT ie$
  51. 320 INPUT if$
  52. 330 INPUT ig$
  53. 340 INPUT ih$
  54. 350 INPUT ii$
  55. 360 INPUT ij$
  56. 370 INPUT ik$
  57. 380 INPUT il$
  58. 390 INPUT im$
  59. 400 INPUT in$
  60. 410 INPUT io$
  61. 420 INPUT ip$
  62. 430 INPUT iq$
  63. 440 INPUT ir$
  64. 450 INPUT is$
  65. 460 INPUT it$
  66. 470 INPUT iu$
  67. 480 INPUT iv$
  68. 530 CLS
  69. 540 PRINT "NOTE: While I cannot save your games, I CAN make them for you."
  70. 550 PRINT "All you need to do is right down, skipping a line each time you"
  71. 560 PRINT "answer another one, what you answered to every prompt.  No need to"
  72. 570 PRINT "say what the prompt said, just right down what you answered.  If it"
  73. 580 PRINT "is too hard to make, we will tell you.  THANKS!!!"
  74. 590 PRINT
  75. 600 INPUT "Press <ENTER> when finished reading!!!", go2
  76. 610 CLS
  77. 620 PRINT "Values could be a big part of your game if it is complex.  So"
  78. 630 PRINT "values are there to help.  You get 3 values in this version, but"
  79. 640 PRINT "just send 25 cents to the address marked in the CONTEST.NFO file"
  80. 650 PRINT "and we will give you 10 values.  For 25 cents more, 20, and so on!"
  81. 660 PRINT
  82. 670 INPUT "Press <ENTER> to mark values.", go3$
  83. 680 CLS
  84. 690 INPUT "1=", value1
  85. 700 INPUT "2=", value2
  86. 710 INPUT "3=", value3
  87. 720 CLS
  88. 730 PRINT "One upgrade from version 1 of 'The Text Game Maker' family (other"
  89. 740 PRINT "than dozens of others) is the new 'Make-A-Room' utility.  You get"
  90. 750 PRINT "to show the player what the actual room looks like that they are in"
  91. 760 PRINT "By using Xs, Os, and any other symbols such as % you would want to"
  92. 770 PRINT "use.  And idea is to type in KEYB GR or something before starting"
  93. 780 PRINT "TGM+ so that you get symbols like ÖöÄäÜü and things like that, the"
  94. 790 PRINT "only other change being that sometimes the Y and Z get mixed up or"
  95. 800 PRINT "something like that."
  96. 810 PRINT
  97. 820 INPUT "To make the starting room, press <ENTER>.", go4$
  98. 830 CLS
  99. 840 INPUT r1a$
  100. 850 INPUT r1b$
  101. 860 INPUT r1c$
  102. 870 INPUT r1d$
  103. 880 INPUT r1e$
  104. 890 INPUT r1f$
  105. 900 INPUT r1g$
  106. 910 INPUT r1h$
  107. 920 INPUT r1i$
  108. 930 INPUT r1j$
  109. 940 INPUT r1k$
  110. 950 INPUT r1l$
  111. 960 PRINT "That's as many lines as the room can take up."
  112. 970 INPUT "Is this OK?", okay2$
  113. 980 IF okay2$ = "N" THEN GOTO 830
  114. 990 CLS
  115. 1000 PRINT "To be an even more sophisticated game, you USUALLY need items for"
  116. 1010 PRINT "the user to pick up and use.  So, I have obviously put in an items"
  117. 1020 PRINT "section.  You can also show what the thing looks like.  As with"
  118. 1030 PRINT "values, in this version you get only a limited number (5) of items"
  119. 1040 PRINT "to put into your game, but with 25 cents sent to the address in"
  120. 1050 PRINT "the CONTEST.NFO file, you get 10 more, and with 25 more cents, 10"
  121. 1060 PRINT "more, and so on.  So, you be the judge!!!"
  122. 1070 PRINT
  123. 1080 INPUT "Would you like items in this room?", likeitems$
  124. 1090 IF likeitems$ = "N" THEN 1220
  125. 1100 CLS
  126. 1110 INPUT "Item 1=", item1$
  127. 1120 INPUT "Item 2=", item2$
  128. 1130 INPUT "Item 3=", item3$
  129. 1140 INPUT "Item 4=", item4$
  130. 1150 INPUT "Item 5=", item4$
  131. 1160 CLS
  132. 1170 INPUT "What does item 1 look like?", itemlook1$
  133. 1180 INPUT "What does item 2 look like?", itemlook2$
  134. 1190 INPUT "What does item 3 look like?", itemlook3$
  135. 1200 INPUT "What does item 4 look like?", itemlook4$
  136. 1210 INPUT "What does item 5 look like?", itemlook5$
  137. 1220 CLS
  138. 1230 PRINT "Especially in the first room, HELP screens are very important bec-"
  139. 1240 PRINT "ause they tell the user what they have to accomplish in the room,"
  140. 1250 PRINT "and possibly hints.  Lots of other possiblities are in HELP scr-"
  141. 1260 PRINT "eens as well."
  142. 1270 PRINT
  143. 1280 INPUT "Would you like to have a HELP screen for this room?", havhlp$
  144. 1290 IF havhlp$ = "N" THEN 1480
  145. 1300 CLS
  146. 1310 INPUT ha$
  147. 1320 INPUT hb$
  148. 1330 INPUT hc$
  149. 1340 INPUT hd$
  150. 1350 INPUT he$
  151. 1360 INPUT hf$
  152. 1370 INPUT hg$
  153. 1380 INPUT hh$
  154. 1390 INPUT hi$
  155. 1400 INPUT hj$
  156. 1410 INPUT hk$
  157. 1420 INPUT hl$
  158. 1430 INPUT hm$
  159. 1440 INPUT hn$
  160. 1450 INPUT ho$
  161. 1460 INPUT hp$
  162. 1470 INPUT hq$
  163. 1480 CLS
  164. 1481 INPUT "Press <ENTER> to write a description for this room.", roomdes$
  165. 1482 CLS
  166. 1483 INPUT desa$
  167. 1484 INPUT desb$
  168. 1485 INPUT desc$
  169. 1486 INPUT desd$
  170. 1487 INPUT dese$
  171. 1488 CLS
  172. 1490 PRINT "If the user happens to be playing this in the office, they would"
  173. 1500 PRINT "definitly be in big trouble if the boss saw them.  SO, you may"
  174. 1510 PRINT "want to take pity on these people and make a way that they could"
  175. 1520 PRINT "either get completely out of the program and into QBasic, or could"
  176. 1530 PRINT "pop up a screen that has a bunch of proffesional stuff on it.  So,"
  177. 1540 PRINT "it's your choice."
  178. 1550 PRINT
  179. 1560 INPUT "Press <ENTER> to choose", go7$
  180. 1570 CLS
  181. 1580 PRINT "1. Get completely out"
  182. 1590 PRINT "2. Make a BOSS screen"
  183. 1600 PRINT "3. Do not do either"
  184. 1610 PRINT
  185. 1620 INPUT "Which one?", chobos
  186. 1630 IF chobos = 1 THEN 1670
  187. 1640 IF chobos = 2 THEN 1720
  188. 1650 IF chobos = 3 THEN 1960
  189. 1660 GOTO 1570
  190. 1670 getout! = 1
  191. 1680 PRINT "OK, that's set."
  192. 1690 PRINT
  193. 1700 INPUT "Press <ENTER> to go on.", go8$
  194. 1710 GOTO 1960
  195. 1720 PRINT "A boss screen should make it look like the person's doing something"
  196. 1730 PRINT "but do whatever you want."
  197. 1740 getout! = 2
  198. 1750 PRINT
  199. 1760 INPUT "Press <ENTER> to make BOSS screen.  P.S.  User types GONE to get out.", go9$
  200. 1770 CLS
  201. 1780 INPUT ba$
  202. 1790 INPUT bb$
  203. 1800 INPUT bc$
  204. 1810 INPUT bd$
  205. 1820 INPUT be$
  206. 1830 INPUT bf$
  207. 1840 INPUT bg$
  208. 1850 INPUT bh$
  209. 1860 INPUT bi$
  210. 1870 INPUT bj$
  211. 1880 INPUT bk$
  212. 1890 INPUT bl$
  213. 1900 INPUT bm$
  214. 1910 INPUT bn$
  215. 1920 INPUT bo$
  216. 1930 INPUT bp$
  217. 1940 INPUT bq$
  218. 1950 INPUT br$
  219. 1960 CLS
  220. 1970 PRINT "To have a good game, you need the players to make desicions for"
  221. 1980 PRINT "themselves, so you need to list now what things they can type in"
  222. 1990 PRINT "for this room, room 1.  You get 52 commands for each room, unlike"
  223. 2000 PRINT "just plain TGM, where you got 52 commands... and that was ALL!!!"
  224. 2010 PRINT "So, get those commands done!"
  225. 2020 PRINT
  226. 2030 INPUT "Press <ENTER> to type in commands!", go10$
  227. 2040 CLS
  228. 2050 INPUT c1$
  229. 2060 INPUT c2$
  230. 2070 INPUT c3$
  231. 2080 INPUT c4$
  232. 2090 INPUT c5$
  233. 2100 INPUT c6$
  234. 2110 INPUT c7$
  235. 2120 INPUT c8$
  236. 2130 INPUT c9$
  237. 2140 INPUT c10$
  238. 2150 INPUT c11$
  239. 2160 INPUT c12$
  240. 2170 INPUT c13$
  241. 2180 INPUT c14$
  242. 2190 INPUT c15$
  243. 2200 INPUT c16$
  244. 2210 INPUT c17$
  245. 2220 INPUT c18$
  246. 2230 INPUT c19$
  247. 2240 INPUT c20$
  248. 2250 INPUT c21$
  249. 2260 INPUT c22$
  250. 2270 INPUT c23$
  251. 2280 INPUT c24$
  252. 2290 INPUT c25$
  253. 2300 INPUT c26$
  254. 2310 INPUT c27$
  255. 2320 INPUT c28$
  256. 2330 INPUT c29$
  257. 2340 INPUT c30$
  258. 2350 INPUT c31$
  259. 2360 INPUT c32$
  260. 2370 INPUT c33$
  261. 2380 INPUT c34$
  262. 2390 INPUT c35$
  263. 2400 INPUT c36$
  264. 2410 INPUT c37$
  265. 2420 INPUT c38$
  266. 2430 INPUT c39$
  267. 2440 INPUT c40$
  268. 2450 INPUT c41$
  269. 2460 INPUT c42$
  270. 2470 INPUT c43$
  271. 2480 INPUT c44$
  272. 2490 INPUT c45$
  273. 2500 INPUT c46$
  274. 2510 INPUT c47$
  275. 2520 INPUT c48$
  276. 2530 INPUT c49$
  277. 2540 INPUT c50$
  278. 2550 INPUT c51$
  279. 2560 INPUT c52$
  280. 2570 CLS
  281. 2580 PRINT "This is the most important part in your game planning, the Editor!"
  282. 2590 PRINT "Here, you get to tell the computer what actions it should take if"
  283. 2600 PRINT "the user types in certain things, like "; c3$; "."
  284. 2610 PRINT
  285. 2620 INPUT "Press <ENTER> to use the TGM+ Editor.", go11$
  286. 2630 CLS
  287. 2633 PRINT "User types: ", c1$
  288. 2640 PRINT "1. Change room"
  289. 2650 PRINT "2. Change player"
  290. 2660 PRINT "3. Change value"
  291. 2670 PRINT "4. Create Timer"
  292. 2680 PRINT "5. Create new HELP"
  293. 2690 PRINT "6. Create new BOSS"
  294. 2700 PRINT "7. Ask user question"
  295. 2710 PRINT "8. Tell user something"
  296. 2720 PRINT "9. Special Stuff"
  297. 2730 PRINT "10. Go on"
  298. 2735 PRINT "11. Change item"
  299. 2740 PRINT
  300. 2750 INPUT "Which one?", wo1$
  301. 2760 IF wo1$ = "1" THEN 2870
  302. 2770 IF wo1$ = "2" THEN 2950
  303. 2780 IF wo1$ = "3" THEN 3160
  304. 2790 IF wo1$ = "4" THEN 3460
  305. 2800 IF wo1$ = "5" THEN 3500
  306. 2810 IF wo1$ = "6" THEN 3740
  307. 2820 IF wo1$ = "7" THEN 3820
  308. 2830 IF wo1$ = "8" THEN 3860
  309. 2840 IF wo1$ = "9" THEN 3960
  310. 2850 IF wo1$ = "10" THEN 888
  311. 2857 IF wo1$ = "11" THEN 5230
  312. 2855 IF wo1$ = "QUIT" THEN END
  313. 2860 GOTO 2750
  314. 2870 CLS
  315. 2880 PRINT "1. Warp user to an already made room"
  316. 2890 PRINT "2. Warp user to a new room"
  317. 2900 PRINT
  318. 2910 INPUT "Which one?", wroom
  319. 2920 IF wroom = 1 THEN 4090
  320. 2930 IF wroom = 2 THEN 4140
  321. 2940 GOTO 2910
  322. 2950 CLS
  323. 2960 PRINT "Lives:"
  324. 2970 PRINT
  325. 2980 PRINT "1. Set number of lives"
  326. 2990 PRINT "2. Add to number of lives"
  327. 3000 PRINT "3. Subtract from number of lives"
  328. 3010 PRINT
  329. 3020 PRINT "Score:"
  330. 3030 PRINT
  331. 3040 PRINT "4. Set number of points"
  332. 3050 PRINT "5. Add to number of points"
  333. 3060 PRINT "6. Subtract from number of points"
  334. 3070 PRINT
  335. 3080 INPUT "Which one?", wscore
  336. 3090 IF wscore = 1 THEN 4400
  337. 3100 IF wscore = 2 THEN 4440
  338. 3110 IF wscore = 3 THEN 4480
  339. 3120 IF wscore = 4 THEN 4520
  340. 3130 IF wscore = 5 THEN 4560
  341. 3140 IF wscore = 6 THEN 4600
  342. 3150 GOTO 3080
  343. 3160 CLS
  344. 3170 PRINT "Value 1:"
  345. 3180 PRINT
  346. 3190 PRINT "1. Set value 1"
  347. 3200 PRINT "2. Add to value 1"
  348. 3210 PRINT "3. Subtract from value 1"
  349. 3220 PRINT
  350. 3230 PRINT "Value 2:"
  351. 3240 PRINT
  352. 3250 PRINT "4. Set value 2"
  353. 3260 PRINT "5. Add to value 2"
  354. 3270 PRINT "6. Subtract from value 2"
  355. 3280 PRINT
  356. 3290 PRINT "Value 3:"
  357. 3300 PRINT
  358. 3310 PRINT "7. Set value 3"
  359. 3320 PRINT "8. Add to value 3"
  360. 3330 PRINT "9. Subtract from value 3"
  361. 3340 PRINT
  362. 3350 INPUT "Which one?", wvalue
  363. 3360 IF wvalue = 1 THEN 4640
  364. 3370 IF wvalue = 2 THEN 4670
  365. 3380 IF wvalue = 3 THEN 4710
  366. 3390 IF wvalue = 4 THEN 4750
  367. 3400 IF wvalue = 5 THEN 4780
  368. 3410 IF wvalue = 6 THEN 4820
  369. 3420 IF wvalue = 7 THEN 4860
  370. 3430 IF wvalue = 8 THEN 4890
  371. 3440 IF wvalue = 9 THEN 4930
  372. 3450 GOTO 3350
  373. 3460 CLS
  374. 3470 INPUT "How many seconds?", howmany
  375. 3480 checktime = 1
  376. 3490 GOTO 2630
  377. 3500 CLS
  378. 3510 INPUT "Press <ENTER> to make a new HELP screen.", go14$
  379. 3520 CLS
  380. 3530 newhelp1 = 1
  381. 3540 INPUT h2a$
  382. 3550 INPUT h2b$
  383. 3560 INPUT h2c$
  384. 3570 INPUT h2d$
  385. 3580 INPUT h2e$
  386. 3590 INPUT h2f$
  387. 3600 INPUT h2g$
  388. 3610 INPUT h2h$
  389. 3620 INPUT h2i$
  390. 3630 INPUT h2j$
  391. 3640 INPUT h2k$
  392. 3650 INPUT h2l$
  393. 3660 INPUT h2m$
  394. 3670 INPUT h2n$
  395. 3680 INPUT h2o$
  396. 3690 INPUT h2p$
  397. 3700 INPUT h2q$
  398. 3710 INPUT h2r$
  399. 3720 INPUT h2s$
  400. 3730 GOTO 2630
  401. 3740 CLS
  402. 3750 PRINT "1. Completely out BOSS"
  403. 3760 PRINT "2. Homemade screen BOSS"
  404. 3770 PRINT
  405. 3780 INPUT "Please chose.", bossch
  406. 3790 IF bossch = 1 THEN 4970
  407. 3800 IF bossch = 2 THEN 5010
  408. 3810 GOTO 3780
  409. 3820 CLS
  410. 3830 INPUT "What is the question?", quest1$
  411. 3840 questy1 = 1
  412. 3850 GOTO 2630
  413. 3860 CLS
  414. 3870 PRINT "There is most always at least one time in the game where the com-"
  415. 3880 PRINT "puter says something to the user.  You can have up to 3 lines, so"
  416. 3890 INPUT "press <ENTER> to do it!", go17$
  417. 3900 CLS
  418. 3910 popup1 = 1
  419. 3920 INPUT pp1$
  420. 3930 INPUT pp2$
  421. 3940 INPUT pp3$
  422. 3950 GOTO 2630
  423. 3960 CLS
  424. 3970 PRINT "1. If timer = ???"
  425. 3980 PRINT "2. If a value = ???"
  426. 3990 PRINT "3. If user's lives = ???"
  427. 4000 PRINT "4. Erase ALL changes made in this part."
  428. 4010 PRINT "5. Start ALL THE WAY over."
  429. 4015 PRINT "6. Beep"
  430. 4020 PRINT
  431. 4030 INPUT "Which one?", whicho4
  432. 4040 IF whicho4 = 1 THEN 5330
  433. 4050 IF whicho4 = 2 THEN 5430
  434. 4060 IF whicho4 = 3 THEN 5490
  435. 4070 IF whicho4 = 4 THEN 5540
  436. 4075 IF whicho4 = 5 THEN 5540
  437. 3077 IF whicho4 = 6 THEN beep1 = 1
  438. 3079 IF whicho4 = g THEN 2630
  439. 4080 GOTO 4030
  440. 4090 CLS
  441. 4100 INPUT "Room number?", rmnum
  442. 4110 gtorm1 = rmnum
  443. 4120 yesrom = 1
  444. 4130 GOTO 2630
  445. 4140 CLS
  446. 4150 INPUT "What room number is this?", roomnum
  447. 4160 CLS
  448. 4170 PRINT "Press <ENTER> to make a room ", roomnum
  449. 4175 room2 = 1
  450. 4180 INPUT go20$
  451. 4190 CLS
  452. 4200 INPUT rm2a$
  453. 4210 INPUT rm2b$
  454. 4220 INPUT rm2c$
  455. 4230 INPUT rm2d$
  456. 4240 INPUT rm2e$
  457. 4250 INPUT rm2f$
  458. 4260 INPUT rm2g$
  459. 4270 INPUT rm2h$
  460. 4280 INPUT rm2i$
  461. 4290 INPUT rm2j$
  462. 4300 INPUT rm2k$
  463. 4310 INPUT rm2l$
  464. 4320 INPUT rm2m$
  465. 4330 INPUT rm2n$
  466. 4340 INPUT rm2o$
  467. 4350 INPUT rm2p$
  468. 4360 INPUT rm2q$
  469. 4370 INPUT rm2r$
  470. 4380 INPUT rm2s$
  471. CLS
  472. INPUT "Item 1=", item21$
  473. INPUT "Item 2=", item22$
  474. INPUT "Item 3=", item23$
  475. INPUT "Item 4=", item24$
  476. INPUT "Item 5=", item25$
  477. CLS
  478. INPUT "What does item 1 look like?", lookl2a$
  479. INPUT "What does item 2 look like?", lookl2b$
  480. INPUT "What does item 3 look like?", lookl2c$
  481. INPUT "What does item 4 look like?", lookl2d$
  482. INPUT "What does item 5 look like?", lookl2e$
  483. 4390 GOTO 2630
  484. 4400 CLS
  485. 4410 INPUT "How many?", lives1
  486. 4420 live1 = 1
  487. 4430 GOTO 2630
  488. 4440 CLS
  489. 4450 INPUT "Add how much?", ahwmch
  490. 4460 addmch1 = 1
  491. 4470 GOTO 2630
  492. 4480 CLS
  493. 4490 INPUT "Subtract how much?", shwmch
  494. 4500 submch1 = 1
  495. 4510 GOTO 2630
  496. 4520 CLS
  497. 4530 INPUT "How many?", points1
  498. 4540 point1 = 1
  499. 4550 GOTO 2630
  500. 4560 CLS
  501. 4570 INPUT "Add how much?", atp
  502. 4580 atpoi1 = 1
  503. 4590 GOTO 2630
  504. 4600 CLS
  505. 4610 INPUT "Subtract how much?", stp
  506. 4620 stpoi1 = 1
  507. 4630 GOTO 2630
  508. 4640 CLS
  509. 4650 INPUT "Value 1=", value1
  510. 4660 GOTO 2630
  511. 4670 CLS
  512. 4680 INPUT "Add how much?", addval
  513. 4690 addeval1 = 1
  514. 4700 GOTO 2630
  515. 4710 CLS
  516. 4720 INPUT "Subtract how much?", subval
  517. 4730 subeval1 = 1
  518. 4740 GOTO 2630
  519. 4750 CLS
  520. 4760 INPUT "Value 2=", value2
  521. 4770 GOTO 2630
  522. 4780 CLS
  523. 4790 INPUT "Add how much?", addval2
  524. 4800 addeval2 = 1
  525. 4810 GOTO 2630
  526. 4820 CLS
  527. 4830 INPUT "Subtract how much?", subval3
  528. 4840 subeval2 = 1
  529. 4850 GOTO 2630
  530. 4860 CLS
  531. 4870 INPUT "Value 3=", value3
  532. 4880 GOTO 2630
  533. 4890 CLS
  534. 4900 INPUT "Add how much?", addval3
  535. 4910 addeval3 = 1
  536. 4920 GOTO 2630
  537. 4930 CLS
  538. 4940 INPUT "Subtract how much?", subval3
  539. 4950 subeval3 = 1
  540. 4960 GOTO 2630
  541. 4970 CLS
  542. 4980 comout2 = 1
  543. 4990 INPUT "That is set.  Press <ENTER>.", go20$
  544. 5000 GOTO 2630
  545. 5010 CLS
  546. 5020 INPUT "Press <ENTER> to make new BOSS screen", go21$
  547. 5030 CLS
  548. 5035 boss2 = 1
  549. 5040 INPUT ba$
  550. 5050 INPUT bb$
  551. 5060 INPUT bc$
  552. 5070 INPUT bd$
  553. 5080 INPUT be$
  554. 5090 INPUT bf$
  555. 5100 INPUT bg$
  556. 5110 INPUT bh$
  557. 5120 INPUT bi$
  558. 5130 INPUT bj$
  559. 5140 INPUT bk$
  560. 5150 INPUT bl$
  561. 5160 INPUT bm$
  562. 5170 INPUT bn$
  563. 5180 INPUT bo$
  564. 5190 INPUT bp$
  565. 5200 INPUT bq$
  566. 5210 INPUT br$
  567. 5220 GOTO 2360
  568. 5230 CLS
  569. 5240 PRINT "1. Replace item"
  570. 5250 PRINT "2. Delete an item"
  571. 5260 PRINT "3. Add an item"
  572. 5270 PRINT
  573. 5280 INPUT "Which one?", witemw
  574. 5290 IF witemw = 1 THEN 5900
  575. 5300 IF witemw = 2 THEN 888
  576. 5310 IF witemw = 3 THEN 888
  577. 5320 GOTO 5280
  578. 5330 CLS
  579. 5340 INPUT "If timer=", timereq
  580. 5350 CLS
  581. 5360 PRINT "What is next is exactly like the menu you saw before, with one"
  582. 5370 PRINT "difference.  That is that the heading will be: Timer = "; timereq; "."
  583. 5380 PRINT "If you would like to go back to the main menu, just punch in '11'"
  584. 5390 PRINT "at the main menu."
  585. 5400 PRINT
  586. 5410 INPUT "Press <ENTER> to continue.", go25$
  587. 5420 GOTO 888
  588. 5430 CLS
  589. 5440 INPUT "Which value?", wval3
  590. 5450 IF wval3 = 1 THEN 888
  591. 5460 IF wval3 = 2 THEN 888
  592. 5470 IF wval3 = 3 THEN 888
  593. 5480 GOTO 5450
  594. 5490 CLS
  595. 5500 INPUT "User's lives=", userlive
  596. 5505 userlived = 1
  597. 5510 GOTO 888
  598. 5520 CLS
  599. 5530 userlived = 0
  600. 5540 userlive = 0
  601. 5550 timereq = 0
  602. 5560 witemw = 0
  603. 5570 boss2 = 0
  604. 5580 comout2 = 0
  605. 5590 subeval3 = 0
  606. 5600 subeval2 = 0
  607. 5610 subeval1 = 0
  608. 5620 addeval3 = 0
  609. 5630 addeval2 = 0
  610. 5640 addeval1 = 0
  611. 5650 value1 = 0
  612. 5660 value2 = 0
  613. 5670 value3 = 0
  614. 5680 wroom = 0
  615. 5690 wscore = 0
  616. 5700 wvalue = 0
  617. 5710 howmany = 0
  618. 5720 checktime = 0
  619. 5730 newhelp1 = 0
  620. 5740 bossch = 0
  621. 5750 questy1 = 0
  622. 5760 popup1 = 0
  623. 5770 whicho4 = 0
  624. 5780 yesrom = 0
  625. 5790 room2 = 0
  626. 5800 live1 = 0
  627. 5810 addmch1 = 0
  628. 5820 submch1 = 0
  629. 5830 point1 = 0
  630. 5840 atpoi1 = 0
  631. 5850 stpoi1 = 0
  632. 5855 IF whicho4 = 5 THEN 10
  633. 5860 PRINT "OK, all changes you have made to this part have been changed..."
  634. 5870 PRINT
  635. 5880 INPUT "Press <ENTER> to go to menu.", go25$
  636. 5890 GOTO 2630
  637. 5900 CLS
  638. 5910 INPUT "Replace which item(name)?", witemr$
  639. 5920 IF witemr$ = item1$ THEN repi = 1
  640. PRINT repi
  641.  
  642. 888 END
  643.  
  644.